home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Authority.sea / XML Authority / Required / ldapjdk.jar / com / netscape / sasl / SASLSecurityLayer.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-04-13  |  286 b   |  8 lines

  1. package com.netscape.sasl;
  2.  
  3. public interface SASLSecurityLayer {
  4.    byte[] encode(byte[] var1) throws SASLException;
  5.  
  6.    byte[] decode(byte[] var1) throws SASLException;
  7. }
  8.